testing.common.isParallel (field)

8 uses

	testing (current package)
		testing.go#L654: 	isParallel     bool           // Whether the test is parallel.
		testing.go#L1664: 	if t.isParallel {
		testing.go#L1680: 	t.isParallel = true
		testing.go#L1735: 		if c.isParallel {
		testing.go#L1810: 					if !t.isParallel {
		testing.go#L1846: 			if t.isParallel {
		testing.go#L1904: 			if !t.isParallel {
		testing.go#L1908: 		} else if t.isParallel {